Skip to content

Commit

Permalink
Readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-t committed Feb 5, 2023
1 parent dc3be32 commit d5aadd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cvars-console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Engine-independant parts of in-game consoles.

Currently parsing and executing commands, help, history. Eventually cvarlist, search, tab completion, ...

_Internal crate._

If you're writing a game, you don't need to use this crate directly. Instead, use one of the frontends depending on your game engine:

- [cvars-console-fyrox](https://crates.io/crates/cvars-console-fyrox)
Expand Down
2 changes: 1 addition & 1 deletion cvars-macros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Proc macros for generating methods on your Cvars struct.

Internal crate.
_Internal crate._

This crate is not meant to be used directly,
its macros are reexported by the [cvars](https://crates.io/crates/cvars) crate
Expand Down

0 comments on commit d5aadd7

Please sign in to comment.