summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 538a569644602930d4e03fc66c075e2daab7b45a (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 = "0.27.1"
thiserror = "1.0.38"

[dev-dependencies]
pretty_assertions = "1.3.0"