mirror of
https://github.com/yuzu-emu/ext-boost.git
synced 2024-12-22 18:55:42 +00:00
Add Readme.md
This commit is contained in:
parent
95fa7cc1cf
commit
b060148c08
16
Readme.md
Normal file
16
Readme.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
Boost libraries - trimmed down for Citra
|
||||
========================================
|
||||
|
||||
Currently imported libraries:
|
||||
-----------------------------
|
||||
* concept
|
||||
* config
|
||||
* core
|
||||
* iterator
|
||||
* mpl
|
||||
* preprocessor
|
||||
* range
|
||||
* type_traits
|
||||
* utility
|
||||
|
||||
Additionally, all global boost headers are available, but not guaranteed to work unless their dependencies are included in any of the libraries mentioned above.
|
Loading…
Reference in a new issue