1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 18:54:05 +02:00

css entities: initial guess

This commit is contained in:
Quaternions 2025-02-13 15:40:52 -08:00
commit 4007d9e80f
3 changed files with 1846 additions and 1 deletions

View file

@ -36,8 +36,12 @@ criterion = "0.5.1"
opt-level = 2
[features]
default = ["basic"]
default = [
"basic",
"css",
]
basic = []
css = []
[[bench]]
name = "bench"

View file

@ -9,6 +9,8 @@ use vdf_reader::VdfError;
#[cfg(feature = "basic")]
pub mod basic;
#[cfg(feature = "css")]
pub mod css;
#[derive(Clone)]
pub struct Entities {

1839
src/data/entity/css.rs Normal file

File diff suppressed because it is too large Load diff