File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Library Features:
9
9
- Device and Format selection
10
10
11
11
Library Style:
12
+ - Header only
12
13
- Proper RAII support, at the cost of minor performance and memory
13
14
- No ` virtual ` classe inheritence or function pointers
14
15
- ` std::variants ` are to be avoided unless they bring sizable usability benefits (none in sight yet)
@@ -17,10 +18,10 @@ Library Style:
17
18
18
19
### Dependencies
19
20
20
- Uses libclaws . https://github.com/Gaspard--/libclaws
21
+ Uses claws library . https://github.com/Gaspard--/claws
21
22
22
23
23
24
## Usage
24
25
25
26
Magma expects to be able to access itself with ` magma/*.hpp ` includes.
26
- Magma expects to be able to access libclaws with ` claws/*.hpp ` includes.
27
+ Magma expects to be able to access claws with ` claws/*.hpp ` includes.
You can’t perform that action at this time.
0 commit comments