Skip to content

Commit

Permalink
Documentation: Split out primitives (#487)
Browse files Browse the repository at this point in the history
* Create Primitives module

* Include Primitives in top-level API

* Update dune file

* Hook up UI_Primitives

* Get tests running

* Documentation - split out primitives
  • Loading branch information
bryphe authored May 10, 2019
1 parent d3f2562 commit 0eb56f4
Show file tree
Hide file tree
Showing 27 changed files with 507 additions and 501 deletions.
1 change: 1 addition & 0 deletions src/Revery.re
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module Math = Revery_Math;
module Shaders = Revery_Shaders;
module UI = {
include Revery_UI;
include Revery_UI_Primitives;

/*
* Include Components such that consumers access it via:
Expand Down
17 changes: 0 additions & 17 deletions src/UI/PrimitiveNodeFactory.re

This file was deleted.

Loading

0 comments on commit 0eb56f4

Please sign in to comment.