index
:
fparkan
devel
master
renovate/toml-1.x
Utilities and tools for the game "Parkan: Iron Strategy".
Valentin Popov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
adapters
/
fparkan-render-vulkan
/
src
/
lib.rs
blob: dc09c0de74feeec7c351066f15641f2772909ee5 (
plain
) (
blame
)
1
2
3
4
5
6
#![deny(unsafe_code)]
//! Vulkan adapter public surface.
mod
ffi
;
pub
use
ffi
::
*
;