RJ / bevy_timewarp

A rollback library that buffers component state. Useful for netcode.
MIT License
38 stars 3 forks source link

use #doc include for readme #5

Open RJ opened 1 year ago

RJ commented 1 year ago

https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html

#![doc = include_str!("../README.md")]

probably nicer