Skip to content

Commit

Permalink
Use upstream Skulpin
Browse files Browse the repository at this point in the history
They finally pushed 0.10.0 to crates.io.

This might change. See aclysma/skulpin#66 (GitHub), @aclysma doesn't
like my multiple layer idea and is urging me to vendorize, so I could
end up doing that some day.
  • Loading branch information
ctrlcctrlv committed Sep 12, 2020
1 parent ed8072b commit 7d92c54
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ authors = ["Fredrick Brennan <copypaste@kittens.ph>"]

[dependencies]
# For display
#skulpin = { git = "https://github.com/aclysma/skulpin", rev = "ca6da4ca64484f7854b8502b08a33cfd5bab98fc", features = ["skia_complete", "skulpin_winit"] }
skulpin = { path = "../skulpin", features = ["skia_complete", "skulpin_winit"] }
skulpin-plugin-imgui = { path = "../skulpin/skulpin-plugin-imgui" }
sdl2 = { version = ">=0.33", features = ["bundled", "static-link"] }
# We might need to vendorize these some day. See aclysma/skulpin#66:
# https://github.com/aclysma/skulpin/issues/66#issuecomment-689244118
skulpin = { version = "0.10.0", default-features = false, features = ["skia_complete", "skulpin_winit"] }
skulpin-plugin-imgui = "0.5.0"
imgui-winit-support = "0.4.0"
gl = "0.14.0"
glium = "0.27.0"

# For choosing font for toolbox
font-kit = "0.10.0"
Expand Down

0 comments on commit 7d92c54

Please sign in to comment.