summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 98bb7041ebaa35feac4df9dc306487414c60c7e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "opengl-refpages"
version = "0.1.0"
edition = "2021"

[dependencies]
include_dir = "0.7.3"
quick-xml = { version = "0.27.1", features = ["escape-html"] }
thiserror = "1.0.38"

[dev-dependencies]
pretty_assertions = "1.3.0"