diff options
| author | Valentin Popov <valentin@popov.link> | 2026-02-19 13:09:18 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-02-19 13:09:18 +0300 |
| commit | bb827c3928ee6fc56c04e503be9f39ae70efee67 (patch) | |
| tree | 9d1af6595567517bcee3bddbcf7fefedce5dc5fe /crates/render-core/Cargo.toml | |
| parent | efab61a45c8837d3c2aaec464d8f6243fecb7a38 (diff) | |
| download | fparkan-bb827c3928ee6fc56c04e503be9f39ae70efee67.tar.xz fparkan-bb827c3928ee6fc56c04e503be9f39ae70efee67.zip | |
feat: Refactor code structure and enhance functionality across multiple crates
Diffstat (limited to 'crates/render-core/Cargo.toml')
| -rw-r--r-- | crates/render-core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/render-core/Cargo.toml b/crates/render-core/Cargo.toml index b856d12..c93d624 100644 --- a/crates/render-core/Cargo.toml +++ b/crates/render-core/Cargo.toml @@ -7,4 +7,5 @@ edition = "2021" msh-core = { path = "../msh-core" } [dev-dependencies] +common = { path = "../common" } nres = { path = "../nres" } |
