diff options
author | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
commit | f1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch) | |
tree | ab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/cairo-1.16.0/boilerplate/README | |
parent | f567ea1e2798fd3156a416e61f083ea3e6b95719 (diff) |
switch to tinyobj and nanovg from assimp and cairo
Diffstat (limited to 'libs/cairo-1.16.0/boilerplate/README')
-rw-r--r-- | libs/cairo-1.16.0/boilerplate/README | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libs/cairo-1.16.0/boilerplate/README b/libs/cairo-1.16.0/boilerplate/README deleted file mode 100644 index 2a27c41..0000000 --- a/libs/cairo-1.16.0/boilerplate/README +++ /dev/null @@ -1,14 +0,0 @@ -This directory provides code that is common to both of cairo's tests -suites: - - * The test suite for correctness in test/ - * The test suite for performance in perf/ - -We call it boilerplate as it consists primarily of the boilerplate -code necessary for initializing a backend in order to create a surface -for that backend. - -The code here just might be useful for someone looking to get started -writing cairo code to use a particular backend, (but there are no -promises that the boilerplate code found here for any particular -backend is exemplary). |