better lighting
This commit is contained in:
parent
805a2713a3
commit
6ed4e17065
75 changed files with 6417 additions and 3667 deletions
|
|
@ -24,8 +24,8 @@ fn panic(_info: &PanicInfo) -> ! {
|
|||
}
|
||||
|
||||
#[allow(dead_code, non_camel_case_types, non_snake_case, non_upper_case_globals)]
|
||||
pub mod protocol {
|
||||
include!(concat!(env!("OUT_DIR"), "/protocol.rs"));
|
||||
pub mod pxl8 {
|
||||
include!(concat!(env!("OUT_DIR"), "/pxl8.rs"));
|
||||
}
|
||||
|
||||
pub use bsp::*;
|
||||
|
|
@ -33,7 +33,7 @@ pub use chunk::*;
|
|||
pub use chunk::stream::*;
|
||||
pub use math::*;
|
||||
pub use procgen::{ProcgenParams, generate, generate_rooms};
|
||||
pub use protocol::*;
|
||||
pub use pxl8::*;
|
||||
pub use sim::*;
|
||||
pub use transport::*;
|
||||
pub use voxel::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue