diff options
author | Yuqian Yang <crupest@outlook.com> | 2018-09-26 14:14:21 +0000 |
---|---|---|
committer | Yuqian Yang <crupest@outlook.com> | 2018-09-26 14:14:21 +0000 |
commit | 1fdc86fe5f8d18fdc8927f663aaeaa0b6b8f1e9b (patch) | |
tree | 57aa8b4ba1f9a8b3c9cfd23a8d0a1c9dcb8e335d | |
parent | cfa9c01cf55c35fdef01cb25041d1d9029dd44c1 (diff) | |
parent | c5b50419d96253782ae22a3d372a340e54248c62 (diff) | |
download | cru-1fdc86fe5f8d18fdc8927f663aaeaa0b6b8f1e9b.tar.gz cru-1fdc86fe5f8d18fdc8927f663aaeaa0b6b8f1e9b.tar.bz2 cru-1fdc86fe5f8d18fdc8927f663aaeaa0b6b8f1e9b.zip |
Merge branch 'readme' into 'master'
Add README.md.
See merge request crupest/CruUI!8
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..27a6b09e --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# CruUI +branch `master`: [](https://gitlab.com/crupest/CruUI/commits/master) + +CruUI is a UI library running on Windows platform using Direct2D hardware accelaration. + +It is under construction. + +Please using VS2017 open the `CruUI.sln` file in the root directory. |