Egui backend implementation for Godot 4. Since the original dependency `gdext` is not yet stabilized and not published in crates.io, this crate is not published either. You can set dependency to this crate by using git repository
pubfnadd(left:usize, right:usize)->usize{
left + right
}#[cfg(test)]modtests{usesuper::*;#[test]fnit_works(){let result =add(2,2);assert_eq!(result,4);}}