Remove crate_id.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
This commit is contained in:
OGINO Masanori 2014-07-29 11:03:20 +09:00
parent 7ca114d5aa
commit e5f6d827da

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#![crate_id="cgmath#0.1"]
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![comment = "A mathematics library for computer graphics."] #![comment = "A mathematics library for computer graphics."]