messy state
This commit is contained in:
15
src/lib.rs
Normal file
15
src/lib.rs
Normal file
@@ -0,0 +1,15 @@
|
||||
use godot::prelude::*;
|
||||
|
||||
mod voxel;
|
||||
mod world;
|
||||
|
||||
mod chunk;
|
||||
mod editor;
|
||||
mod generation;
|
||||
mod meshing;
|
||||
mod rendering;
|
||||
|
||||
struct FastVoxel;
|
||||
|
||||
#[gdextension]
|
||||
unsafe impl ExtensionLibrary for FastVoxel {}
|
||||
Reference in New Issue
Block a user