1
0
Fork 0
This commit is contained in:
Florian RICHER 2022-01-28 22:48:29 +01:00
parent 4b94fa645c
commit 2128b8ea1e
4 changed files with 36 additions and 16 deletions

View file

@ -1,6 +1,5 @@
#[repr(C)]
#[derive(Debug, Clone)]
pub struct HotloadPlugin {
pub struct HotloadPluginInfo {
// The plugin's name
pub name: String,