···11+diff --git a/linux/rust.cmake b/linux/rust.cmake
22+index a96586c..f9b8677 100644
33+--- a/linux/rust.cmake
44++++ b/linux/rust.cmake
55+@@ -2,17 +2,7 @@
66+ # many dependencies we would need to install Corrosion on the system.
77+ # See instructions on https://github.com/AndrewGaspar/corrosion#cmake-install
88+ # Once done, uncomment this line:
99+-# find_package(Corrosion REQUIRED)
1010+-
1111+-include(FetchContent)
1212+-
1313+-FetchContent_Declare(
1414+- Corrosion
1515+- GIT_REPOSITORY https://github.com/AndrewGaspar/corrosion.git
1616+- GIT_TAG origin/master # Optionally specify a version tag or branch here
1717+-)
1818+-
1919+-FetchContent_MakeAvailable(Corrosion)
2020++find_package(Corrosion REQUIRED)
2121+2222+ corrosion_import_crate(MANIFEST_PATH ../intiface-engine-flutter-bridge/Cargo.toml)
2323+