Skip to content

Commit

Permalink
adjustable: rename to config
Browse files Browse the repository at this point in the history
  • Loading branch information
phisko committed Mar 8, 2023
1 parent aff5896 commit b140db0
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ See [CMake](#cmake) for instructions on how to enable each library.
* [kengine_core_log_visual_studio](kengine/core/log/visual_studio/): log to VS's output window
* [kengine_core_profiling](kengine/core/profiling/): profiling using [Tracy](https://github.com/wolfpld/tracy)
* [kengine_core_sort](kengine/core/sort/): entity sorting helpers
* [kengine_adjustable](kengine/adjustable/): expose global values that the user may adjust
* [kengine_adjustable_imgui](kengine/adjustable/imgui/): display adjustables in an ImGui window
* [kengine_config](kengine/config/): expose global values that the user may adjust
* [kengine_config_imgui](kengine/config/imgui/): display config values in an ImGui window
* [kengine_async](kengine/async/): run asynchronous tasks
* [kengine_async_imgui](kengine/async/imgui/): display running tasks in an ImGui window
* [kengine_command_line](kengine/command_line/): manipulate the command-line
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b140db0

Please sign in to comment.