index
:
surreality
this commit
main
A game and rendering engine written in Rust. There are many like it, but this one is ours.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
graphics
/
mod.rs
blob: f1645885e618e3e5e45945ce58ee6c8cb17f980b (
plain
)
1
2
3
4
5
#![deny(unsafe_code)] pub mod permanent; pub mod scene; pub mod window_dressing;