rearranging rust files

This commit is contained in:
Chris Cochrun 2022-12-10 06:52:19 -06:00
parent b76f027455
commit 748c7672be
7 changed files with 6 additions and 186 deletions

View file

@ -75,7 +75,7 @@ add_subdirectory(src)
set(CRATE libre-presenter)
# Corrosion creates a CMake target with the same name as the crate.
corrosion_import_crate(MANIFEST_PATH src/rust/Cargo.toml CRATES ${CRATE})
corrosion_import_crate(MANIFEST_PATH Cargo.toml CRATES ${CRATE})
# The Rust library's build script needs to be told where to output the
# generated headers so CMake can find them. To do this, tell Corrosion