Skip to content

Commit afddb1d

Browse files
committed
Added test_data submodule
1 parent a0f0e2d commit afddb1d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "test_data"]
2+
path = test_data
3+
url = https://github.com/three-rs/example-data

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ includedir_codegen = "0.2.0"
2525
[dependencies]
2626
bitflags = "0.9"
2727
cgmath = { version = "0.15", features = ["mint"] }
28-
froggy = "0.4"
28+
froggy = "0.4.4"
2929
genmesh = "0.5"
3030
gfx = "0.16"
3131
gfx_glyph = "0.3"

test_data

Submodule test_data added at 5d821bc

0 commit comments

Comments
 (0)