glsl-lexer/Cargo.toml
xqtc 5a0656fbe7
All checks were successful
/ build (push) Successful in 1m23s
/ clippy (push) Successful in 1m17s
Support swizzling; Some stuff for float handling
2024-08-01 01:28:14 +02:00

10 lines
140 B
TOML

[package]
name = "glsl-lexer"
version = "0.1.0"
edition = "2021"
[dependencies]
env_logger = "0.11.3"
lazy_static = "1.5.0"
log = "0.4.22"