equal
deleted
inserted
replaced
36 |
36 |
37 add_executable(your_cpp_bin main.cpp) |
37 add_executable(your_cpp_bin main.cpp) |
38 target_link_libraries(your_cpp_bin PUBLIC rust-lib) |
38 target_link_libraries(your_cpp_bin PUBLIC rust-lib) |
39 ``` |
39 ``` |
40 |
40 |
|
41 ## Requirements |
|
42 |
|
43 ### Stable v0.5 Release |
|
44 |
|
45 - CMake 3.15 or newer. Some features may only be available on more recent CMake versions |
|
46 - Rust 1.46 or newer. Some platforms / features may require more recent Rust versions |
|
47 |
|
48 ### Development (master branch) |
|
49 |
|
50 - CMake 3.22 or newer |