parent
8768183f3d
commit
93f87f322f
|
@ -29,7 +29,7 @@ $ ninja -C build
|
|||
$ ./build/waybar
|
||||
```
|
||||
|
||||
Contributions welcome! - have fun :)
|
||||
Contributions welcome! - have fun :)<br>
|
||||
The style guidelines is [Google's](https://google.github.io/styleguide/cppguide.html)
|
||||
|
||||
## License
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project(
|
||||
'waybar', 'cpp', 'c',
|
||||
version: '0.0.3',
|
||||
version: '0.0.4',
|
||||
license: 'MIT',
|
||||
default_options : ['cpp_std=c++17'],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue