11 lines
318 B
TOML
11 lines
318 B
TOML
[package]
|
|
name = "agl_simple_impl"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
mini_gl_fb = "0.9.0"
|
|
able_graphics_library = {git = "https://git.ablecorp.us:443/Able/able_graphics_library.git"}
|
|
ab_glyph = "0.2.12" |