switch to world with libre-soc logo
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 5 Oct 2023 03:59:18 +0000 (20:59 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 5 Oct 2023 04:16:23 +0000 (21:16 -0700)
commit2cbf447a66ee3d6f6cc5da0d5768d3fb5c5ecd69
tree36c640739cda11b98f90652f7336a1a9c3f6e433
parent96ea1a53696d78b4990f14ea708da48bbcbb81cb
switch to world with libre-soc logo
12 files changed:
rust_voxels_game/Cargo.lock
rust_voxels_game/Cargo.toml
rust_voxels_game/Makefile
rust_voxels_game/README.md
rust_voxels_game/build.rs
rust_voxels_game/libre-soc-logo.mts [new file with mode: 0644]
rust_voxels_game/minetest-schematic/Cargo.toml [new file with mode: 0644]
rust_voxels_game/minetest-schematic/src/lib.rs [new file with mode: 0644]
rust_voxels_game/src/console.rs
rust_voxels_game/src/lib.rs
rust_voxels_game/src/screen.rs
rust_voxels_game/src/world.rs