We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157b3c2 commit 148a1a4Copy full SHA for 148a1a4
gdnative-core/src/nativescript/mod.rs
@@ -4,7 +4,7 @@ pub(crate) mod class_registry;
4
mod emplace;
5
mod macros;
6
7
-pub mod class;
+mod class;
8
pub mod init;
9
pub mod profiling;
10
pub mod type_tag;
gdnative/src/prelude.rs
@@ -9,21 +9,15 @@ pub use gdnative_core::core_types::{
FromVariant, FromVariantError, OwnedToVariant, ToVariant, ToVariantEq,
};
11
12
-pub use gdnative_core::object::{
13
- AsArg, GodotObject, Instanciable, NewRef, Null, QueueFree, Ref, SubClass, TRef,
14
-};
15
-
16
pub use gdnative_core::object::{
17
memory::{ManuallyManaged, RefCounted},
18
ownership::{Shared, ThreadLocal, Unique},
+ AsArg, GodotObject, Instanciable, NewRef, Null, QueueFree, Ref, SubClass, TRef,
19
20
21
pub use gdnative_core::nativescript::{
22
self,
23
- init::{
24
- ClassBuilder, ExportInfo, InitHandle, Method, MethodBuilder, PropertyUsage, Signal,
25
- SignalArgument,
26
- },
+ init::{ClassBuilder, InitHandle, Method, MethodBuilder, Signal, SignalArgument, ExportInfo, PropertyUsage},
27
user_data::{self, Aether, ArcData, LocalCellData, MutexData, RwLockData},
28
Instance, NativeClass, NativeClassMethods, RefInstance,
29
0 commit comments