Ruby support #1

Open
jaroslaw wants to merge 165 commits from ruby into main
Showing only changes of commit d1f8297c5f - Show all commits

View file

@ -1,5 +1,3 @@
Vec3 = Bevy::Vec3
def test_func def test_func
rust_func(Bevy::Vec3.new(1.5, 2.5, -3.5)) rust_func(Bevy::Vec3.new(1.5, 2.5, -3.5))
end end