This website requires JavaScript.
Explore
Help
Sign in
Mirrors
/
bevy
Watch
2
Star
0
Fork
You've already forked bevy
0
mirror of
https://github.com/bevyengine/bevy
synced
2025-02-18 15:08:36 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2cff2278ca
bevy
/
crates
/
bevy_window
History
Emerson MX
087f1c66aa
Make bevy_window and bevy_input events serializable (
#6180
)
...
Closes
#6021
2022-10-06 13:14:23 +00:00
..
src
Make bevy_window and bevy_input events serializable (
#6180
)
2022-10-06 13:14:23 +00:00
Cargo.toml
Derived
Copy
trait for
bevy_input
events,
Serialize
/
Deserialize
for events in
bevy_input
and
bevy_windows
,
PartialEq
for events in both, and
Eq
where possible in both. (
#6023
)
2022-09-20 18:24:00 +00:00