mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[wgsl] rewrite with our own parser
This commit is contained in:
committed by
Dzmitry Malyshau
parent
3066c3b558
commit
e6fe97f410
@@ -13,9 +13,7 @@ license = "MPL-2.0"
|
||||
bitflags = "1"
|
||||
fxhash = "0.2"
|
||||
log = "0.4"
|
||||
pest = "2"
|
||||
pest_derive = "2"
|
||||
spirv_headers = "1"
|
||||
spirv = { package = "spirv_headers", version = "1" }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.6"
|
||||
|
||||
1085
src/front/wgsl.rs
1085
src/front/wgsl.rs
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,3 @@
|
||||
#[macro_use]
|
||||
extern crate pest_derive;
|
||||
extern crate spirv_headers as spirv;
|
||||
|
||||
pub mod back;
|
||||
pub mod front;
|
||||
mod storage;
|
||||
|
||||
Reference in New Issue
Block a user