update README.md
This commit is contained in:
parent
0c69c5bfff
commit
12443e6fe2
|
@ -1,7 +1,7 @@
|
||||||
# gwen-dotnet without OS dependancies
|
# gwen-dotnet without OS dependancies
|
||||||
|
|
||||||
This is a fork of the original gwen-dotnet project which has been slightly
|
This is a fork of the original [gwen-dotnet](https://code.google.com/p/gwen-dotnet/) project which has been slightly
|
||||||
modified to remove OS dependancies (specifically, usage of varios Windows
|
modified to remove OS dependancies (specifically, usage of various Windows
|
||||||
APIs) to simplify using Gwen with Xamarin.Android and Xamarin.iOS.
|
APIs) to simplify using Gwen with Xamarin.Android and Xamarin.iOS.
|
||||||
|
|
||||||
Ultimately, this means that things such as the file save/open dialog support
|
Ultimately, this means that things such as the file save/open dialog support
|
||||||
|
@ -13,3 +13,8 @@ stubbed out and will not work.
|
||||||
As well, the dependancy on System.Drawing has been removed with equivalent
|
As well, the dependancy on System.Drawing has been removed with equivalent
|
||||||
structs to Color, Rectangle, etc being re-implemented with very light-weight
|
structs to Color, Rectangle, etc being re-implemented with very light-weight
|
||||||
equivalents.
|
equivalents.
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
* Update to latest gwen-dotnet sources. This fork was originally started by me
|
||||||
|
almost a year ago and I never bothered to update the original sources ...
|
||||||
|
|
Reference in a new issue