DEBSOURCES
Skip Quicknav
sources / python-glad / 2.0.2-0.1 / test / rust / compile / egl / default / 001 / Cargo.toml
12345678910
[package] name = "compile-egl-default-001" version = "0.1.0" [[bin]] path = "test.rs" name = "test" [dependencies] glad-egl = { path = "./glad-egl/" }