Skip to content

Commit 51e88df

Browse files
authored
Merge pull request #108 from cristicbz/ecs
move to ecs model
2 parents fc4afc1 + 9d82e35 commit 51e88df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4915
-1248
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engine/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ glium = "0.17.0"
1111
lazy_static = "0.2.0"
1212
log = "0.3.6"
1313
num = "0.1.32"
14-
time = "0.1.35"
15-
idcontain = "0.7.2"
14+
idcontain = "0.7.3"
1615

1716
[dependencies.glium_sdl2]
1817
branch = "for-rust-doom"
@@ -21,3 +20,6 @@ git = "https://github.com/cristicbz/glium-sdl2"
2120
[dependencies.sdl2]
2221
features = ["ttf"]
2322
version = "0.30.0"
23+
24+
[dev-dependencies]
25+
env_logger = "*"

engine/src/camera.rs

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)