feat(ir): implement resolve functionality (untested)

This commit is contained in:
MultisampledNight 2024-01-19 00:45:01 +01:00
commit 29269e2fcd
No known key found for this signature in database
GPG key ID: 6D525AA147CBDAE2
8 changed files with 203 additions and 101 deletions

View file

@ -6,7 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ahash = { version = "0.8.7", features = ["serde"] }
ron = "0.8"
serde = { version = "1.0.193", features = ["derive"] }