···1+diff --git a/linux/rust.cmake b/linux/rust.cmake
2+index a96586c..f9b8677 100644
3+--- a/linux/rust.cmake
4++++ b/linux/rust.cmake
5+@@ -2,17 +2,7 @@
6+ # many dependencies we would need to install Corrosion on the system.
7+ # See instructions on https://github.com/AndrewGaspar/corrosion#cmake-install
8+ # Once done, uncomment this line:
9+-# find_package(Corrosion REQUIRED)
10+-
11+-include(FetchContent)
12+-
13+-FetchContent_Declare(
14+- Corrosion
15+- GIT_REPOSITORY https://github.com/AndrewGaspar/corrosion.git
16+- GIT_TAG origin/master # Optionally specify a version tag or branch here
17+-)
18+-
19+-FetchContent_MakeAvailable(Corrosion)
20++find_package(Corrosion REQUIRED)
21+22+ corrosion_import_crate(MANIFEST_PATH ../intiface-engine-flutter-bridge/Cargo.toml)
23+