slint/docs/tutorial/rust
Olivier Goffart a45dcc1f9a Update to edition 2021
The ffi function wrapper need to be changed because in the 2021 edition, when
the capture is moved into the closure, it moves the individual field instead
of the whole wrapper. But we need to move the whole wrapper because the Drop
of the wrapper will delete the C++ closure, and we don't want to call the
closure after it is deleted.
2022-01-25 11:40:11 +01:00
..
src Update to edition 2021 2022-01-25 11:40:11 +01:00
book.toml Fix CMake syntax highlighting in the C++ tutorial 2021-06-17 13:47:46 +02:00